'Declaration
Public Function GetTableCellText( _ ByVal OCRResultID As String, _ ByVal TableIdx As Integer, _ ByVal ColummIdx As Integer, _ ByVal RowIdx As Integer _ ) As String
public string GetTableCellText( string OCRResultID, int TableIdx, int ColummIdx, int RowIdx )
public function GetTableCellText( OCRResultID: String; TableIdx: Integer; ColummIdx: Integer; RowIdx: Integer ): String;
public function GetTableCellText( OCRResultID : String, TableIdx : int, ColummIdx : int, RowIdx : int ) : String;
public: string* GetTableCellText( string* OCRResultID, int TableIdx, int ColummIdx, int RowIdx )
public: String^ GetTableCellText( String^ OCRResultID, int TableIdx, int ColummIdx, int RowIdx )
Parameters
- OCRResultID
- TableIdx
- ColummIdx
- RowIdx